home *** CD-ROM | disk | FTP | other *** search
- From: gray@antaire.com (Gray Watson)
- Newsgroups: comp.sources.unix
- Date: 6 Apr 93 09:59:40 GMT
-
- Submitted-By: gray@antaire.com (Gray Watson)
- Posting-Number: Volume 26, Issue 98
- Archive-Name: malloc-1.2.0
-
- Malloc Debug Library
- ********************
-
- This file documents the general-usage and the inner-workings of the
- memory allocation or "malloc" library it accompanies.
-
- This malloc library has been designed as a drop in replacement for
- the system's malloc, realloc, calloc, free and other memory management
- routines. For more information about their capabilities, do a `man 3
- malloc' to read the system's manual pages.
-
- What is unique about this library is that it contains a number of
- powerful debugging facilities including very comprehensive heap testing
- and excellent run-time debugging information. We have found these
- capabilities to be superb development tools.
-
- I can be reached at `<gray.watson@antaire.com>' with any questions
- or general comments.
-
- Gray Watson, Antaire Corporation.
-
-